This repository was archived by the owner on Sep 5, 2025. It is now read-only.
chore: Upgrade to dgo v25 and dgraph v25#102
Merged
matthewmcneely merged 1 commit intomainfrom Jun 10, 2025
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
Upgrades the project to use Dgraph v25 and dgo v250 preview releases by bumping import paths and module versions.
- Bump module requirements and Go version in
go.mod - Update all Dgraph/dgo import paths from v24/v240 to v25/v250
- Adjust related tests and internal imports for the new major version
Reviewed Changes
Copilot reviewed 20 out of 20 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| zero.go | Updated Dgraph import paths from v24 to v25 |
| unit_test/vector_test.go | Updated dgo protos import from v240 to v250 |
| unit_test/namespace_test.go | Updated dgo protos import from v240 to v250 |
| unit_test/engine_test.go | Updated dgo protos import from v240 to v250 |
| unit_test/conn_test.go | Updated dgo protos import from v240 to v250 |
| namespace.go | Updated dgo protos import from v240 to v250 |
| load_test/live_test.go | Updated Dgraph import paths from v24 to v25 |
| live.go | Updated Dgraph import paths from v24 to v25 |
| go.mod | Bumped Go version and updated module requirements |
| engine.go | Updated Dgraph/dgo import paths from v24/v240 to v25/v250 |
| client.go | Updated dgo import paths from v240 to v250 |
| buf_server.go | Updated dgo import paths from v240 to v250 |
| api_types.go | Updated Dgraph import path from v24 to v25 |
| api_mutation_helpers.go | Updated Dgraph import paths from v24 to v25 |
| api_mutation_gen.go | Updated Dgraph/dgo import paths from v24/v240 to v25/v250 |
| api/mutations/mutations.go | Updated Dgraph/dgo import paths from v24/v240 to v25/v250 |
| api/dgraphtypes/dgraphtypes.go | Updated Dgraph/dgo import paths from v24/v240 to v25/v250 |
| api/apiutils/apiutils.go | Updated Dgraph import path from v24 to v25 |
| api.go | Updated Dgraph import paths from v24 to v25 |
ryanfoxtyler
approved these changes
Jun 10, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR upgrades to v25 Dgraph and v250 dgo preview releases
Checklist
CHANGELOG.mdfile describing and linking tothis PR